home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
extras
/
programm
/
gemfsc19
/
gemfsc19.lzh
/
GEMFBIND
/
VMPAGESZ.S
< prev
next >
Wrap
Text File
|
1993-03-25
|
1KB
|
41 lines
;*========================================================================
;* VDIFAST Public Domain VDI bindings.
;*========================================================================
;*-----------------------------------------------------------------------
;*
;*-----------------------------------------------------------------------
globl _vm_pagesize
_vm_pagesize:
; .cargs #8,handle.w,width.w,height.w
handle = 8
width = 10
height = 12
link a6,#-2
; VContrl #5,99,,#3
move.w handle(a6),-(sp) ; contrl[6]
move.w #99,-(sp) ; contrl[5]
subq.l #2,sp ; contrl[4]
move.w #3,-(sp) ; contrl[3]
subq.l #2,sp ; contrl[2]
clr.w -(sp) ; contrl[1]
move.w #5,-(sp) ; contrl[0]
clr.w handle(a6) ; first intin word must be zero; it
; replaces handle in stacked parms.
subq.l #4,sp ;* -> ptsout
pea -2(a6) ;* -> intout
subq.l #4,sp ;* -> ptsin
pea handle(a6) ;* -> intin
pea 16(sp) ;* -> contrl
jmp vdicall
end